home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01A / L01A2D.DIR / scripts_15_init object.ls < prev    next >
Encoding:
Text File  |  2003-04-21  |  91 b   |  6 lines

  1. on exitFrame
  2.   global gObj
  3.   gObj = new(script("DragAndChange"), 4, 5, 1)
  4.   go("play")
  5. end
  6.